home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MACD 5
/
MACD 5.bin
/
workbench
/
libs
/
unixlib.lha
/
unix
/
src
/
siglist.c
< prev
next >
Wrap
Text File
|
1995-09-05
|
899b
|
36 lines
char *sys_siglist[] =
{
"no signal",
"hangup",
"interrupt",
"quit",
"illegal instruction",
"trace trap",
"abort",
"emt instruction",
"floating point exception",
"kill",
"bus error",
"segmentation violation",
"bad argument to system call",
"write on a pipe with no one to read it",
"alarm clock",
"software termination signal from kill",
"status signal",
"sendable stop signal not from tty",
"stop signal from tty",
"continue a stopped process",
"child status has changed",
"background read attempted from control tty",
"background write attempted from control tty",
"input record available at control tty",
"exceeded CPU time limit",
"exceeded file size limit",
"unknown signal",
"unknown signal",
"window changed",
"unknown signal",
"user signal 1",
"user signal 2",
};